Skip to main content

IP Ranges and Open Ports

Elias Groot

Elias Groot

Software Lead, Course Organizer

IP Ranges on the ASE Labs Network

At the ASE labs we have configured a custom network with WiFi 6E support to accommodate all users in accessing their Rover and debugging their services remotely. The DHCP server is configured so that all Rovers get assigned a static IP address based on their MAC address.

The Rover IPs range from 192.168.0.101 (for Rover 1) to 192.168.0.120 (for Rover 20). We recommend using ping to see if your Rover is up:

# See if Rover 7 is up
ping 192.168.0.107

Open Ports on Each Rover

Each Rover - or more specifically: each debix - by default exposes several ports for connectivity and interactivity. These ports and their use are highlighted below.

PortApplicationExample command
22SSHssh debix@192.168.0.107
80roverdcurl 192.168.0.107/status